projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5222b2a
)
babl/babl-palette.c: #include <limits.h>
author
Øyvind Kolås
<pippin@gimp.org>
Thu, 5 Apr 2012 14:35:51 +0000
(16:35 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Thu, 5 Apr 2012 14:35:51 +0000
(16:35 +0200)
Fixing bug #673466 from reported by Tim Mooney, makes babl build on solaris.
babl/babl-palette.c
patch
|
blob
|
history
diff --git
a/babl/babl-palette.c
b/babl/babl-palette.c
index 7e72eaa15398bbb192b33fe4c06975ca6c252d15..932c931a09660856909907da7e1b6e630a08bd40 100644
(file)
--- a/
babl/babl-palette.c
+++ b/
babl/babl-palette.c
@@
-20,6
+20,7
@@
#include <string.h>
#include <stdio.h>
#include <values.h>
+#include <limits.h>
#include <assert.h>
#include "config.h"
#include "babl-internal.h"